home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / getcpu.zip / GETCPU2.DOC < prev    next >
Text File  |  1990-08-30  |  799b  |  17 lines

  1. GetCPU2 is a routine that tests the type of CPU you are using and provides
  2. a return for BASIC. I have tested this routine on a wide variety of
  3. machines from a slow 8088 to an 80486/25 and it has worked on all of them.
  4.  
  5. With a little modification, this routine can be used in any language.
  6.  
  7. To use with BASIC, put the supplied .OBJ in your link LIB and call as
  8. shown in the ASM listing, or compile your own from the ASM.
  9.  
  10. I can't claim much originality for this code. I just put it together
  11. from some bit's and pieces from other people and made it BASIC callable.
  12.  
  13. I cannot accept any responsibility for the use of this code.
  14. I have tested it and have found no bugs so far. Let me know if
  15. it works for you. 
  16.  
  17.   -----===<   Cliff Brown      CIS# 71650,423        8-30-90 >===-----